Autogenerated HTML docs for v1.6.3-rc3-24-g6ffd5 
diff --git a/config.txt b/config.txt index d31adb6..5dcad94 100644 --- a/config.txt +++ b/config.txt 
@@ -429,10 +429,14 @@  index comparison to the filesystem data in parallel, allowing  overlapping IO's.   -core.unreliableHardlinks:: -	Some filesystem drivers cannot properly handle hardlinking a file -	and deleting the source right away. In such a case, you need to -	set this config variable to 'true'. +core.createObject:: +	You can set this to 'link', in which case a hardlink followed by +	a delete of the source are used to make sure that object creation +	will not overwrite existing objects. ++ +On some file system/operating system combinations, this is unreliable. +Set this config setting to 'rename' there; However, This will remove the +check that makes sure that existing object files will not get overwritten.    alias.*:: 	Command aliases for the linkgit:git[1] command wrapper - e.g. 
diff --git a/git-config.html b/git-config.html index 5c23364..cee84db 100644 --- a/git-config.html +++ b/git-config.html 
@@ -1327,14 +1327,17 @@  overlapping IO's.</p></div>   </dd>   <dt>  -core.unreliableHardlinks  +core.createObject   </dt>   <dd>   <p>  - Some filesystem drivers cannot properly handle hardlinking a file  - and deleting the source right away. In such a case, you need to  - set this config variable to <em>true</em>.  + You can set this to <em>link</em>, in which case a hardlink followed by  + a delete of the source are used to make sure that object creation  + will not overwrite existing objects.   </p>  +<div class="para"><p>On some file system/operating system combinations, this is unreliable.  +Set this config setting to <em>rename</em> there; However, This will remove the  +check that makes sure that existing object files will not get overwritten.</p></div>   </dd>   <dt>   alias.*  @@ -3303,7 +3306,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 2009-04-26 01:41:25 UTC  +Last updated 2009-04-30 03:38:32 UTC   </div>   </div>   </body>  
diff --git a/git-rev-parse.html b/git-rev-parse.html index 7e6983d..1ea4ebb 100644 --- a/git-rev-parse.html +++ b/git-rev-parse.html 
@@ -343,7 +343,7 @@  </p>   </dd>   <dt>  ---keep-dash-dash  +--keep-dashdash   </dt>   <dd>   <p>  @@ -990,7 +990,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 2009-04-18 06:17:32 UTC  +Last updated 2009-04-30 03:38:32 UTC   </div>   </div>   </body>  
diff --git a/git-rev-parse.txt b/git-rev-parse.txt index fba30b1..52c353e 100644 --- a/git-rev-parse.txt +++ b/git-rev-parse.txt 
@@ -26,7 +26,7 @@  --parseopt:: 	Use 'git-rev-parse' in option parsing mode (see PARSEOPT section below).   ---keep-dash-dash:: +--keep-dashdash:: 	Only meaningful in `--parseopt` mode. Tells the option parser to echo 	out the first `--` met instead of skipping it.